Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.Exchangeable Namespace / IExtensibleObject<T> Interface
The type of the extensible class.
Members


In This Topic
    IExtensibleObject<T> Interface
    In This Topic
    Enable an object to participate in custom behavior, such as registering for events, or watching state transitions.
    Syntax
    'Declaration
     
    
    Public Interface IExtensibleObject(Of T As IExtensibleObject(Of T)) 
    'Usage
     
    
    Dim instance As IExtensibleObject(Of T)
    public interface IExtensibleObject<T> 
    where T: IExtensibleObject<T>
    Type Parameters
    T
    The type of the extensible class.
    See Also